docs: add missing info for gtk_widget_get_style_context()
authorSébastien Wilmet <swilmet@gnome.org>
Sun, 24 Jul 2016 11:16:31 +0000 (13:16 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 25 Jul 2016 13:26:41 +0000 (09:26 -0400)
commit3432587f890e58584907776d45bb54b82cf25f89
tree1284f37baf14bae00a79f7c15911645d2881202f
parentf089d7503b5e23caa8e99090439ff0ffd8d815cb
docs: add missing info for gtk_widget_get_style_context()

It is important to know whether the returned object can or cannot
change, for a certain widget. For example to connect to the
GtkStyleContext::changed signal.

https://bugzilla.gnome.org/show_bug.cgi?id=769047
gtk/gtkwidget.c